home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-PPC / STRING.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  405b  |  19 lines

  1. #ifndef _PPC_STRING_H_
  2. #define _PPC_STRING_H_
  3.  
  4. #define __HAVE_ARCH_STRCPY
  5. #define __HAVE_ARCH_STRNCPY
  6. #define __HAVE_ARCH_STRLEN
  7. #define __HAVE_ARCH_STRCMP
  8. #define __HAVE_ARCH_STRCAT
  9. #define __HAVE_ARCH_MEMSET
  10. #define __HAVE_ARCH_BCOPY
  11. #define __HAVE_ARCH_MEMCPY
  12. #define __HAVE_ARCH_MEMMOVE
  13. #define __HAVE_ARCH_MEMCMP
  14. #define __HAVE_ARCH_MEMCHR
  15.  
  16. extern int strcasecmp(const char *, const char *);
  17.  
  18. #endif
  19.